$servername = "62.149.150.233";
$username = "Sql870352";
$password = "4cku8x6uf3";
$dbname = "Sql870352_1";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
?>
EasyArm 2 - Double bench arm standard and ceiling mounting ergonomic - Fastening System for Tools and Devices - By Volumec ®
$sql = "SELECT * FROM immagini";
$result = $conn->query($sql);
if ($result->num_rows > 0) {
?>
while($row = $result->fetch_assoc()) {
$id = $row["ID"];
$titolo = $row["TitoloEn"];
$testo = $row["TestoEn"];
$testo = nl2br($testo);
$data = $row["Data"];
$file = $row["file"];
?>
echo $titolo ?>
echo $testo ?>
}
?>
}
?>